ActiveField Technology Objects Overview Hierarchy Chart How to Start: Application Object How to work with Problems How to work with Model How to work with Data How to Analyze Results

DMatrix Object

Summary

Represents a diagonal matrix of order 2*2.

Details

The DMatrix object represents the 2*2 diagonal matrix

axx

0

0

ayy

It contains read-write properties xx and yy for manipulating with matrix components.

In Addition DMatrix provides the read-only Principal property as Double and returns the greatest of matrix element:

P = max (axx; ayy);